home *** CD-ROM | disk | FTP | other *** search
- mgStateInclude Misc.txt
-
-
- //-------------------- General --------------------
- mgStateFillMode Line
- mgStateCullMode CCW
- mgStateShadeMode Gouraud
- mgStateClip Y
-
- //-------------------- ZBuffer --------------------
- mgStateZBuffer Y
- mgStateZBufferWrite Y
- mgStateZBufferFunc Less
- mgStateZBufferBias 0
-
- //-------------------- Texture --------------------
- mgStateTexture Y
- mgStateInclude TextureParam.txt
-
-
- //-------------------- AlphaBlend --------------------
- mgStateAlphaBlend N
-
- //-------------------- AlphaTest --------------------
- mgStateAlphaTest N
- mgStateAlphaTestRef 1
- mgStateAlphaTestFunc LessEqual
-
- //-------------------- Fog --------------------
- mgStateFog N
-
- //-------------------- Light --------------------
- mgStateLight N
- mgStateColorVertex Y
- mgStateNormalizeNormals Y
- mgStateSpecular N
- mgStateDiffuseMatSource Color1
- mgStateSpecularMatSource Color2
- mgStateAmbientMatSource Color2
- mgStateEmissiveMatSource Material
-
-